home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / m4-1_0_3.lha / m4-1.0.3 / examples / translit.m4 < prev    next >
Text File  |  1990-11-05  |  265b  |  9 lines

  1. # traceon(`translit')dnl
  2. translit(`GNUs not Unix', `a-z')
  3. translit(`GNUs not Unix', `a-z', `A-Z')
  4. translit(`GNUs not Unix', `A-Z', `a-z')
  5. translit(`GNUs not Unix', `A-Z')
  6. translit(`a-z', `a-')
  7. translit(`A-Z', `A-Z-', `-A-Z')
  8. translit(`GNUs not Unix', `Z-A', `a-z')
  9.